Uses of Class
edu.uky.ai.path.Map
| Package | Description |
|---|---|
| edu.uky.ai.path | |
| edu.uky.ai.path.gui |
-
Uses of Map in edu.uky.ai.path
Fields in edu.uky.ai.path declared as Map Modifier and Type Field Description protected MapLocation. mapThe map on which this location appears.static MapMap. MAP_1An empty mapstatic MapMap. MAP_2A map with a simple wallstatic MapMap. MAP_3A map with 2 wallsstatic MapMap. MAP_4A map with a long corridor leading to a dead endstatic MapMap. MAP_5A map with a long dead end corridor on the topstatic MapMap. MAP_6A map with a long, winding path that will fool greedy search -
Uses of Map in edu.uky.ai.path.gui
Fields in edu.uky.ai.path.gui declared as Map Modifier and Type Field Description MapGridPanel. mapThe map being visualizedConstructors in edu.uky.ai.path.gui with parameters of type Map Constructor Description GridPanel(Map map, java.util.Set<Location> visited, PriorityQueue<Path> frontier)Constructs a new visualization of a path search.